home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Art Fundamentals - Core Concepts in Art
/
Art Fundamentals: Core Concepts in Art.iso
/
pc
/
line_2.dxr
/
00108.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-07-16
|
254 b
|
14 lines
on mouseWithin
set the member of sprite 74 to member("light")
end
on mouseLeave
set the member of sprite 74 to member("dark")
end
on mouseUp me
global type, row, col
type = 3
sprite(72).member = "2pt" & "." & row & "." & col & "." & type
end